+2008-10-30 Michael Natterer <mitch@gimp.org>
+
+ * gtk/gtkcellrenderertext.h
+ * gtk/gtkentry.[ch]
+ * gtk/gtkimcontext.h
+ * gtk/gtklabel.c
+ * gtk/gtkstyle.h: <pango/pango.h> is pulled in by <gdk/gdk.h>,
+ remove its inclusion here.
+
2008-10-30 Michael Natterer <mitch@imendio.com>
* gtk/*.h: no need to include <gtk/gtkenums.h> in headers which
#ifndef __GTK_CELL_RENDERER_TEXT_H__
#define __GTK_CELL_RENDERER_TEXT_H__
-#include <pango/pango.h>
+
#include <gtk/gtkcellrenderer.h>
* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
* file for a list of people on the GTK+ Team. See the ChangeLog
* files for a list of changes. These files are distributed with
- * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include "config.h"
#include <string.h>
-#include <pango/pango.h>
-
#include "gdk/gdkkeysyms.h"
#include "gtkalignment.h"
#include "gtkbindings.h"
#include <gtk/gtkimcontext.h>
#include <gtk/gtkmenu.h>
#include <gtk/gtkentrycompletion.h>
-#include <pango/pango.h>
G_BEGIN_DECLS
#ifndef __GTK_IM_CONTEXT_H__
#define __GTK_IM_CONTEXT_H__
+
#include <gdk/gdk.h>
#include <gtk/gtkobject.h>
-#include <pango/pango.h>
+
G_BEGIN_DECLS
* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
* file for a list of people on the GTK+ Team. See the ChangeLog
* files for a list of changes. These files are distributed with
- * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include "config.h"
+
#include <math.h>
#include <string.h>
+
#include "gtklabel.h"
#include "gtkaccellabel.h"
#include "gtkdnd.h"
#include "gtkwindow.h"
#include "gdk/gdkkeysyms.h"
#include "gtkclipboard.h"
-#include <pango/pango.h>
#include "gtkimagemenuitem.h"
#include "gtkintl.h"
#include "gtkseparatormenuitem.h"
#include <gdk/gdk.h>
#include <gtk/gtkenums.h>
-#include <pango/pango.h>
G_BEGIN_DECLS